| lcMlineAddVer | Home |
|
HANDLE lcMlineAddVer ( HANDLE hMline, HANDLE hVertex, double X, double Y ); |
| hMline | |
| Handle to a multiline object. | |
| hVertex | |
| Handle to the multiline vertex, or NULL. | |
| X Y | |
| Coordinates of the new vertex. | |
| Handle to the new Vertex object or NULL if the function fails. |
| The new vertex is inserted before the specified vertex. If hVertex is NULL, it is appended to the end of the multiline. |
| Code sample, lcMlineAddVerDir, lcMlineDeleteVer, lcBlockAddMline |